Skip to content

chore: bump helm chart version to 4.4.5#3500

Merged
nicktrn merged 1 commit intomainfrom
chore/bump-helm-chart-4.4.5
May 1, 2026
Merged

chore: bump helm chart version to 4.4.5#3500
nicktrn merged 1 commit intomainfrom
chore/bump-helm-chart-4.4.5

Conversation

@nicktrn
Copy link
Copy Markdown
Collaborator

@nicktrn nicktrn commented May 1, 2026

Follow-up to v4.4.5 release. The bump-chart-version job on the release PR was cancelled before it could run, so Chart.yaml was merged still pointing at 4.4.4. The helm release job (failed run) caught it via its version-match guard.

Once this merges I'll re-run the helm release workflow manually.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 1, 2026

⚠️ No Changeset found

Latest commit: c472761

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 1, 2026

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 27b81e80-04da-42d3-94bd-849dd67b5f1c

📥 Commits

Reviewing files that changed from the base of the PR and between 30bd567 and c472761.

📒 Files selected for processing (1)
  • hosting/k8s/helm/Chart.yaml
📜 Recent review details
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
  • GitHub Check: audit
  • GitHub Check: lint-and-test
  • GitHub Check: Analyze (python)
  • GitHub Check: Analyze (actions)
  • GitHub Check: Analyze (javascript-typescript)
🧰 Additional context used
📓 Path-based instructions (1)
**/*.{js,ts,jsx,tsx,json,md,yaml,yml}

📄 CodeRabbit inference engine (AGENTS.md)

Format code using Prettier before committing

Files:

  • hosting/k8s/helm/Chart.yaml
🧠 Learnings (8)
📓 Common learnings
Learnt from: nicktrn
Repo: triggerdotdev/trigger.dev PR: 2195
File: hosting/k8s/helm/Chart.yaml:1-18
Timestamp: 2025-06-25T13:18:44.103Z
Learning: For the Trigger.dev Helm chart, the chart name should be "trigger" (not "trigger-v4") since this is the first official chart release. Helper templates should use the actual chart name from .Chart.Name rather than hardcoded prefixes.
📚 Learning: 2025-06-25T13:18:44.103Z
Learnt from: nicktrn
Repo: triggerdotdev/trigger.dev PR: 2195
File: hosting/k8s/helm/Chart.yaml:1-18
Timestamp: 2025-06-25T13:18:44.103Z
Learning: For the Trigger.dev Helm chart, the chart name should be "trigger" (not "trigger-v4") since this is the first official chart release. Helper templates should use the actual chart name from .Chart.Name rather than hardcoded prefixes.

Applied to files:

  • hosting/k8s/helm/Chart.yaml
📚 Learning: 2025-06-25T13:20:17.174Z
Learnt from: nicktrn
Repo: triggerdotdev/trigger.dev PR: 2195
File: hosting/k8s/helm/values.yaml:22-51
Timestamp: 2025-06-25T13:20:17.174Z
Learning: In the Trigger.dev Helm chart values.yaml, the maintainer prefers to use explicit comprehensive warnings for security-sensitive default values rather than implementing secure-by-default behavior that would fail installation. The project uses deterministic default secrets with clear "TESTING ONLY" warnings and instructions for production deployment.

Applied to files:

  • hosting/k8s/helm/Chart.yaml
📚 Learning: 2025-06-25T13:18:04.827Z
Learnt from: nicktrn
Repo: triggerdotdev/trigger.dev PR: 2195
File: hosting/k8s/helm/templates/extra-manifests.yaml:1-4
Timestamp: 2025-06-25T13:18:04.827Z
Learning: In the Trigger.dev v4 Helm chart, the user prefers to rely on documentation and examples in values files rather than implementing defensive coding in templates, particularly for features like extraManifests where proper usage is documented.

Applied to files:

  • hosting/k8s/helm/Chart.yaml
📚 Learning: 2025-06-25T14:14:11.965Z
Learnt from: nicktrn
Repo: triggerdotdev/trigger.dev PR: 2195
File: hosting/k8s/helm/values-production-example.yaml:95-102
Timestamp: 2025-06-25T14:14:11.965Z
Learning: In the Trigger.dev Helm chart production examples, the maintainer prefers to include initial/bootstrap credentials with clear warnings that they should be changed after first login, rather than requiring external secret references that could complicate initial setup. This follows their pattern of providing working examples with explicit security guidance.

Applied to files:

  • hosting/k8s/helm/Chart.yaml
📚 Learning: 2026-04-23T08:44:13.219Z
Learnt from: nicktrn
Repo: triggerdotdev/trigger.dev PR: 3429
File: hosting/k8s/helm/values.yaml:211-218
Timestamp: 2026-04-23T08:44:13.219Z
Learning: In the Trigger.dev Helm chart, when `serviceAccount.create` is `false` and `serviceAccount.name` is empty, the maintainer prefers to use Helm `fail` in the helper template to prevent rendering entirely, rather than falling back to the namespace default SA or relying on documentation warnings alone. This applies to both the `trigger-v4.webappServiceAccountName` and `trigger-v4.supervisorServiceAccountName` helpers in `hosting/k8s/helm/templates/_helpers.tpl`.

Applied to files:

  • hosting/k8s/helm/Chart.yaml
📚 Learning: 2026-03-25T15:29:25.889Z
Learnt from: CR
Repo: triggerdotdev/trigger.dev PR: 0
File: .cursor/rules/writing-tasks.mdc:0-0
Timestamp: 2026-03-25T15:29:25.889Z
Learning: Run `npx trigger.devlatest init` to initialize a new Trigger.dev project

Applied to files:

  • hosting/k8s/helm/Chart.yaml
📚 Learning: 2026-03-25T15:29:25.889Z
Learnt from: CR
Repo: triggerdotdev/trigger.dev PR: 0
File: .cursor/rules/writing-tasks.mdc:0-0
Timestamp: 2026-03-25T15:29:25.889Z
Learning: Run `npx trigger.devlatest dev` to start the Trigger.dev development server

Applied to files:

  • hosting/k8s/helm/Chart.yaml
🔇 Additional comments (1)
hosting/k8s/helm/Chart.yaml (1)

5-6: Version bump is correct and consistent with chart behavior.

version and appVersion are correctly updated to 4.4.5/v4.4.5, and this aligns with helpers that default image tags from .Chart.AppVersion.


Walkthrough

The Helm chart metadata in hosting/k8s/helm/Chart.yaml was updated with version bumps. The version field was incremented from 4.4.4 to 4.4.5, and the appVersion field was incremented from v4.4.4 to v4.4.5. These are straightforward version number updates with no changes to chart dependencies, fields, or other configuration.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description lacks the required template structure including the Closes issue reference, checklist, Testing section, Changelog section, and Screenshots section specified in the repository template. Follow the repository's PR template by adding the Closes issue reference, completing the checklist items, and including Testing and Changelog sections with relevant details.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: bump helm chart version to 4.4.5' directly and clearly summarizes the main change in the changeset—updating the Helm chart version metadata.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-helm-chart-4.4.5

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

🧭 Helm Chart Prerelease Published

Version: 4.4.5-pr3500.c472761

Install:

helm upgrade --install trigger \
  oci://ghcr.io/triggerdotdev/charts/trigger \
  --version "4.4.5-pr3500.c472761"

⚠️ This is a prerelease for testing. Do not use in production.

@nicktrn nicktrn enabled auto-merge (squash) May 1, 2026 15:13
@nicktrn nicktrn merged commit 1acdc50 into main May 1, 2026
10 of 11 checks passed
@nicktrn nicktrn deleted the chore/bump-helm-chart-4.4.5 branch May 1, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants